Add cordless drills to "power tools" itemgroup, create corded power drills #68021
+54
−7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Content "Add cordless drills to "power tools" itemgroup and create corded power drills"
Purpose of change
This adds cordless drills to the "power tools" itemgroup, so they will spawn correctly in hardware stores as expected.
This also adds corded drills, as well as to the recipes where they should be in, with the same cost as the cordless cousins.
Describe the solution
This allows cordless drills, a common item, to appear in hardware stores and hardware superstores as might be plausibly expected. This also creates a corded power drill item which functions similarly but without a battery.
Describe alternatives you've considered
Convince myself that cordless drills are not power tools. Submit this PR as a one-line change to add cordless drills to power tools.
Testing
This was tested locally and found to work as expected. Corded power tools also behaved as expected, with functionality enabled only after being plugged in.
Additional context